-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show pg and athena column comments and table descriptions as antd tooltip if they are defined #6582
show pg and athena column comments and table descriptions as antd tooltip if they are defined #6582
Conversation
@AndrewChubatiuk thanks for the PR. Do you have any screenshots handy to show before/after this change? |
7708078
to
3bb3e06
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6582 +/- ##
==========================================
- Coverage 63.82% 63.79% -0.03%
==========================================
Files 161 161
Lines 13060 13077 +17
Branches 1803 1807 +4
==========================================
+ Hits 8335 8343 +8
- Misses 4425 4430 +5
- Partials 300 304 +4
|
aaf81fd
to
717b02c
Compare
@guidopetri @justinclift added image |
717b02c
to
415da86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@gaecoli Thanks heaps. 😄 |
d51e01a
to
30abe0e
Compare
@justinclift had to rebase it due to concurrent PR that was merged faster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems unchanged from when @gaecoli approved this 2 hours ago. 😄
Hopefully the CI on |
Yep, looks like that worked. CI on |
@AndrewChubatiuk Thinking over this PR, it looks like it'll be useful for people. Well done. 😄 |
@justinclift, @gaecoli: features and improvements should not be merged until we have a working build and tests |
The build and tests appear to be working now. 😄 |
…antd tooltip if they are defined (getredash#6582)" This reverts commit c12d450. This commit did not sort tables properly by schema, then name
What type of PR is this?
Description
Use for PostgreSQL and Athena column comments to be shown instead of column name, when it's defined
How is this tested?
Running it on our Redash fork in production for a long time